Version history for Vallen e-Mailer

Latest versions:
Internet: http://www.vallen.de/freeware

R2007.0904:
  * Set correct ContentType for attachments; some email clients needed with embedded images.
  * Improved recipient list parsing
  * fix recipient list alignment

R2006.0509:
  * Add maximum number of messages per session. When this limit is reached, 
    disconnects and makes a new server connection.

R2006.0424:
  * Bug fix for missing time zone offset in email messages

R2006.0411:
  * Allow HTML only messages

R2005.1202:
  * Improvement: If HTML is used, files are added a "ContentID" header (filename without path)
    This allows one to use "embedded" images in html like this:
    <img src="cid:filename.jpg">
    The reference is shown as a column in the attachment list
  * Minor improvements

R2005.1121:
  * Improvement: Text and html are now encoded using current system code page
  * Minor improvements